xenpaging: remove obsolete comment in resume path
authorOlaf Hering <olaf@aepfle.de>
Sun, 20 Nov 2011 16:01:20 +0000 (17:01 +0100)
committerOlaf Hering <olaf@aepfle.de>
Sun, 20 Nov 2011 16:01:20 +0000 (17:01 +0100)
Remove stale comment.
If a page was populated several times the vcpu is paused and
xenpaging has to unpause it again.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/xenpaging/xenpaging.c

index 5edf8d3c8bbf6bbefecd9be96dd4daf241f394ce..7d5a4b6d25993ce2fc581bf2f6fdbe149fe79ac6 100644 (file)
@@ -744,7 +744,6 @@ int main(int argc, char *argv[])
                         !!(req.flags & MEM_EVENT_FLAG_EVICT_FAIL) );
 
                 /* Tell Xen to resume the vcpu */
-                /* XXX: Maybe just check if the vcpu was paused? */
                 if ( req.flags & MEM_EVENT_FLAG_VCPU_PAUSED )
                 {
                     /* Prepare the response */